DocumentNodeList T  ICollection T  Count Property TIBCO Spotfire 6.0 API Reference
Gets the number of elements contained in the ICollection T .

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

int ICollection<T>.Count { get; }

Property Value

Type: Int32
The number of elements contained in the ICollection T .

Implements

ICollection T  Count
See Also